home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / wp.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.8 KB  |  102 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Micocomputer Word Processor
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Science Applications International Corporation
  7. --                   : 2280 Highway 19 North, Suite 120
  8. --                   : Clearwater, Florida
  9. --                   : Contact: Lt. Colonel Falgiano
  10. --                   : ESD/SCW
  11. --                   : Hanscom AFB, MA  01731
  12. -- COPYRIGHT         : (c) 1985 Science Applications International Corporation
  13. -- DATE CREATED      : Jan. 1985 
  14. -- DATE RELEASED     : June 1985 
  15. -- DATE LAST UPDATED : June 1985
  16. -- LOCATION          : ASR
  17. -- ENVIRONMENT       : 
  18. --= CLASSIFICATION       ===============================================--
  19. -- CATEGORY LEVEL 1  : TEXT MANIPULATION
  20. -- CATEGORY LEVEL 2  : EDITORS
  21. -- CATEGORY LEVEL 3  : Word Processor
  22. -- CATEGORY LEVEL 4  : 
  23. -- KEYWORD           : 
  24. -- INDEX             : Text Editor
  25. -- INDEX             : Editor, Text
  26. -- INDEX             : Text Formatter
  27. -- INDEX             : Formatter, Text
  28. -- INDEX             : Word Processor
  29. -- INDEX             : Processor, Word
  30. -- TAXONOMY          : 
  31. -- DEPENDENCIES      : 
  32. -- SEE ALSO          : WIS_TOOL_02
  33. --= FILE LISTING         ===============================================--
  34. -- FILE SPECS        : PD:<ADA.EDITORS>WP*.*
  35. -- DIRECTORY DISPLAY :
  36. -- Directory   PD:<ADA.EDITORS>
  37. --      File Name     Byte Count  Line Count
  38. --   ---------------  ----------  ----------
  39. --   WP.ABS                 3985          68
  40. --   WP.CMM                 1272          30
  41. --   WP.CVT                  842          26
  42. --   WP.PRO                 3856          76
  43. --   WPCOMMON.DIS            113           5
  44. --   WPCOMMON.SRC         150501        3666
  45. --   WPCRT.DIS               130           5
  46. --   WPCRT.SRC            197491        4115
  47. --   WPEDHLP.DIS              78           3
  48. --   WPEDITOR.DIS            426          18
  49. --   WPEDITOR.HLP          42714         900
  50. --   WPEDITOR.SRC         636103       14128
  51. --   WPFORMAT.DAT          52484        1114
  52. --   WPFORMAT.DIS            312          12
  53. --   WPFORMAT.SRC         486814       10498
  54. --   ===============  ==========  ==========
  55. --    15 Files           1577121       34664
  56. --= ABSTRACT             ===============================================--
  57. --         WORD_PROCESSOR   is   a  tool  for  creating,  modifying,  and
  58. -- formatting ASCII text files.  This package contains an  editor  and  a
  59. -- text  formatter  which  are  for  use  by  the  general user.  It also
  60. -- contains a utility for defining the help screens which  are  available
  61. -- to  the general user as well as a utility for defining new type fonts.
  62. -- TEXT_EDITOR is a tool which allows a SOURCE_FILE to be edited.
  63. -- 
  64. --         TEXT_FORMATTER   is  a  tool  which  formats  the  SOURCE_FILE
  65. -- according to the default format and imbedded formatting commands.  The
  66. -- output is sent to the destination device or file.
  67. -- 
  68. --         DEFINE_HELP_FILE is a tool which  processes  a  help  file  in
  69. -- ASCII  format  to a format allowing fast access to each of the various
  70. -- help screens.  It is for use by the systems's manager to  modify  user
  71. -- help information to his particular audience.
  72. -- 
  73. --         ADD_TYPE_FONT is a tool which adds new type  font  definitions
  74. -- to  the  text  formatter's  font table.  It is for use by the system's
  75. -- manager to define new fonts when new device capabilities are added  at
  76. -- a site.
  77. --= REVISION HISTORY     ===============================================--
  78. --
  79. -- DATE VERSION AUTHOR                  HISTORY 
  80. -- 6/85    1.0                          Initial Release 
  81. --= RELEASE NOTICE       ===============================================--
  82. -- This prologue must be included in all copies of this software.
  83. -- 
  84. -- This software is copyright by the author.
  85. -- 
  86. -- This software is released to the Ada community.
  87. -- This software is released to the Public Domain (note:
  88. --   software released to the Public Domain is not subject
  89. --   to copyright protection).
  90. -- Restrictions on use or distribution:  NONE
  91. --= DISCLAIMER           ===============================================--
  92. --     This software and its documentation are provided "AS IS" and
  93. -- without any expressed or implied warranties whatsoever.  No warranties
  94. -- as to performance, merchantability, or fitness for a particular
  95. -- purpose exist.
  96. --     The user is advised to test the software thoroughly before
  97. -- relying on it.  The user must assume the entire risk and liability of
  98. -- using this software.  In no event shall any person or organization of
  99. -- people be held responsible for any direct, indirect, consequential or
  100. -- inconsequential damages or lost profits.
  101. --======================================================================--
  102.